home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CSi Master: Ableton Live 5
/
CSi Master: Ableton Live 5.iso
/
pc
/
rsrc
/
locrsrc
/
mtprsrc-old.dir
/
Internal_95_EX6.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-10-31
|
278 b
|
17 lines
on enterFrame
if sprite(46).movieRate = 1 then
go(the frame - 1)
end if
if the timer > (60 * 4) then
if the lastEvent > (60 * 4) then
sprite(46).movieRate = 0
go(the frame + 1)
end if
startTimer()
end if
end
on exitFrame
go(the frame)
end